Forgot to remove stray g_print()
authorAlexander Larsson <alexl@src.gnome.org>
Tue, 7 Nov 2000 14:26:31 +0000 (14:26 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Tue, 7 Nov 2000 14:26:31 +0000 (14:26 +0000)
gdk/linux-fb/gdkinput-ps2.c

index 63a850cf092bd519fe22953fb1a111029eee2ac9..70604045b6a9436a21ce79a82f00a6b8becca751 100644 (file)
@@ -525,8 +525,6 @@ handle_mouse_input(MouseDevice *mouse, gboolean got_motion)
   GdkWindow *win;
   guint state;
 
-  g_print("mous pos: %f, %f\n", mouse->x, mouse->y);
-  
   if(_gdk_fb_pointer_grab_confine)
     mousewin = _gdk_fb_pointer_grab_confine;
   else